Loading TOC...

GET /manage/v2/clusters/{id|name}?view=metrics

Summary

Retrieve historical monitoring data for the specified foreign cluster.

URL Parameters
format The format of the returned data. Can be either html, json, or xml (default). This value overrides the Accept header if both are present.
Request Headers
Accept The expected MIME type of the response. If the format parameter is present, it takes precedence over the Accept header.
Response Headers
Content-type The MIME type of the data in the response body. Depending upon the value of the format parameter or Accept header, one of application/xml, application/json, or text/html.

Response

Upon success, MarkLogic Server returns status code 200 (OK). The response body contains the requested data.

Required Privileges

This operation requires the manage-user role, or the following privilege:

http://marklogic.com/xdmp/privileges/manage

Usage Notes

Address the local cluster at /manage/v2, without specifying the full /manage/v2/clusters/{id|name}.

meta

metrics-properties

metrics-relations

related-views

Example


  http://localhost:8002/manage/v2/clusters/Replica?view=metrics

  ==>  Returns historical monitoring data for the foreign cluster 
       named Replica. 
    

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.